projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6de7c
)
(make_frame): Initialize fields menu_bar_vector and menu_bar_items_used.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Apr 1994 22:12:09 +0000
(22:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Apr 1994 22:12:09 +0000
(22:12 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index eaab6d11ba73ebc928e0ca62fe7d55fe43fc4f72..51a7585b807fd42b3166464e92f8a46edb16b84d 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-168,6
+168,8
@@
make_frame (mini_p)
f->condemned_scroll_bars = Qnil;
f->face_alist = Qnil;
f->menu_bar_items = Qnil;
+ f->menu_bar_vector = Qnil;
+ f->menu_bar_items_used = 0;
root_window = make_window ();
if (mini_p)